[HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a client
authorSteven Smith <ssmith@xensource.com>
Thu, 21 Sep 2006 16:56:14 +0000 (17:56 +0100)
committerSteven Smith <ssmith@xensource.com>
Thu, 21 Sep 2006 16:56:14 +0000 (17:56 +0100)
commit15c05dca326fb9e1862c166480032b84c88041e4
treec7321fb47369c6fe1e368bcc3ca73e268fe9ff71
parent76ccc6e959c59059f745a7f67eb9cda7c5f496e1
[HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a client
is connected, and (b) fixing an overflow bug in the scanning code which
prevented the dirty bit from ever getting cleared.

Signed-off-by: Steven Smith <sos22@cam.ac.uk>
tools/ioemu/hw/vga.c
tools/ioemu/vnc.c